Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Fix anchor link to VSCode setup section #429

Merged
merged 1 commit into from
Dec 27, 2024

Conversation

Bigguysahaj
Copy link
Contributor

@Bigguysahaj Bigguysahaj commented Dec 27, 2024

Summary

Fix incorrect anchor link in documentation that points to the VSCode setup section. The current link uses #vscode-settings-and-plugins while the correct anchor should be #vscode-setup.

On the installation guide here :
image
The Read about link doesn't redirect you to any section.

Set of changes

  • Updates anchor link in the VSCode setup notice box to correctly point to the intended section
  • Noteworthy file : website/get-started/installation.md
  • No breaking changes

Before:

<a href="#vscode-settings-and-plugins">Read about these steps in the "VSCode Setup" section below.</a>

After:

<a href="#vscode-setup">Read about these steps in the "VSCode Setup" section below.</a>

Copy link

changeset-bot bot commented Dec 27, 2024

⚠️ No Changeset found

Latest commit: 12a80cc

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@Bigguysahaj Bigguysahaj marked this pull request as ready for review December 27, 2024 21:34
Copy link
Member

@kitten kitten left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice catch! cheers!

@kitten kitten merged commit 3f88a78 into 0no-co:main Dec 27, 2024
2 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants